home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / Jogos de Azar / rocket_launcher.swf / scripts / DefineButton2_300 / BUTTONCONDACTION on(press).as
Text File  |  2006-01-17  |  178b  |  12 lines

  1. on(press){
  2.    if(isPlaying == "5")
  3.    {
  4.       isPlaying = "10";
  5.       isPlayingSpin = "10";
  6.       tellTarget("/about")
  7.       {
  8.          gotoAndPlay(2);
  9.       }
  10.    }
  11. }
  12.